table of contents
        
      
      
    | sds_ht_slot(3) | dirsrv | sds_ht_slot(3) | 
NAME¶
sds_ht_slot
SYNOPSIS¶
#include <sds.h>
Data Fields¶
sds_ht_slot_state state
  
  union {
  
   sds_ht_value * value
  
   struct _sds_ht_node * node
  
  } slot
  
  
Detailed Description¶
ht slot
Field Documentation¶
union { ... } sds_ht_slot::slot¶
slot union
sds_ht_slot_state sds_ht_slot::state¶
the checksum
Author¶
Generated automatically by Doxygen for dirsrv from the source code.
| Fri May 31 2024 | Version 2.4.5 |